home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precos 4.97 Computer 2000
/
Precos 4.97 Computer 2000.iso
/
pc
/
info
/
5network
/
3com
/
demos
/
msh
/
3d.dir
/
00013_Script_13
< prev
next >
Wrap
Text File
|
1995-11-29
|
167b
|
10 lines
on exitFrame
global count
if count<3 then
put count+1 into count
go to frame "l1"
else
put 0 into count
go to the frame +1
end if
end